home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / hobby / ttkey110.zip / VENDINFO.DIZ < prev   
VENDINFO  |  1994-12-06  |  11KB  |  260 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO.DIZ Product Information File contains both readable  |
  3. | text and tools-accessible data about a product.  See the last text |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.01, produced by VendEdit v1.10, 6-Dec-1994
  7.  
  8. ===== Product Information ==============================
  9.    Product:             TTKEY Tiny-Tafel Keyword Generator
  10.    Version:             1.10
  11.    Version Date:        6-Dec-1994
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Freeware, copyrighted but freely distributable and useable
  15.  
  16.    Product Description: TTKEY V1.10 Tiny-Tafel to keywords converter.
  17.                         This program reads a standard genealogical 
  18.                         family-name information file, and produces a 
  19.                         corresponding keyword file containing the 
  20.                         family names. The keyword file can be used to
  21.                         do automatic searches for the family names, 
  22.                         using programs such as the BlueWave offline 
  23.                         mail reader. Now builds both singular and 
  24.                         plural forms of family names. Free program 
  25.                         from Rams' Island Software.
  26.    Reason for version:  Now generates both singular and plural forms 
  27.                         of family names.
  28.  
  29.    Category:            Home & hobby; Genealogy
  30.    Keywords:            Genealogy Tiny Tafel
  31.    Required Packages:   TTKEY110
  32.    This Package:        TTKEY110
  33.  
  34.    Required Configuration
  35.       Processor Family: Intel 80x86 (minimum 8086/8088)
  36.       Minimum OS:       MS-DOS 3.0
  37.       Standard RAM:     256K
  38.       Hard Drive Space: 13K
  39.  
  40.    Orders:
  41.       Address:          Rams' Island Software
  42.                         7644 E. Lakecliff Way
  43.                         Parker, CO  80134-5904
  44.                         USA
  45.       Phone:            303-841-2848
  46.       FAX:              303-841-6269
  47.       BBS Name:         Rams' Island BBS
  48.       BBS Phone:        303-841-6269
  49.       CompuServe:       76244,324
  50.       FidoNet:          1:104/333
  51.       Internet:         76244.324@compuserve.com
  52.       RIME:             1235
  53.  
  54.    Support:
  55.       Address:          Rams' Island Software
  56.                         7644 E. Lakecliff Way
  57.                         Parker, CO  80134-5904
  58.                         USA
  59.       Phone:            303-841-2848
  60.       FAX:              303-841-6269
  61.       BBS Name:         Rams' Island BBS
  62.       BBS Phone:        303-841-6269
  63.       CompuServe:       76244,324
  64.       FidoNet:          1:104/333
  65.       Internet:         76244.324@compuserve.com
  66.       RIME:             1235
  67.  
  68.  
  69. ===== Information for Users ("READ-ME") ================
  70.  
  71.  
  72.  
  73.         ╔════════════════════════════════════════════════╗
  74.         ║    TTKEY -- Tiny Tafel to Keyword Converter    ║
  75.         ╚════════════════════════════════════════════════╝
  76.                           Version 1.10
  77.                             12/6/94
  78.  
  79.                          H. Rudy Ramsey
  80.                       Rams' Island Software
  81.  
  82.  
  83.  
  84. INTRODUCTION
  85.  
  86. In March of 1993, Cindy Scott pointed out on the FidoNet GENEALOGY
  87. echomail conference that the BlueWave offline mail reader has a
  88. keyword-search mechanism that can be used very effectively by
  89. genealogists.  Although I was a registered user of BlueWave, the
  90. keyword-search feature had escaped my attention.  It's a most useful
  91. feature, allowing a large number of genealogy conferences to be monitored
  92. for relevant topics and family names with absolutely minimal effort.
  93.  
  94. It immediately occurred to me that a simple Tiny-Tafel-to-keyword-file
  95. converter would allow widespread use of this, and similar, search
  96. capabilities with minimal effort.  Such a converter would also allow
  97. genealogists to maintain a Tiny Tafel, and automatically update the
  98. corresponding keyword files.  The resulting TTKEY program was trivial to
  99. write, and should be regarded as a simple, bare-bones approach to this
  100. admittedly rather simple problem.
  101.  
  102. TTKEY is based on the COMMSOFT Tiny Tafel Specification 1.6, dated 11
  103. December 1986, which is the latest such specification I have seen.  If
  104. there are later specifications which alter the desired behavior of the
  105. program, please let me know.
  106.  
  107. TTKEY is a copyrighted program, but it is freely useable and
  108. distributable. Because it is free, we make no promises regarding either
  109. technical support or upgrades.  However, we are very responsive to our
  110. users, and will likely act favorably on worthwhile suggestions and bug
  111. reports.  Please feel free to contact us with any suggestions, problem
  112. reports, etc.
  113.  
  114.  
  115. HOW TO USE TTKEY
  116.  
  117. See the Installation section, below, for installation instructions.
  118.  
  119. To see usage information for TTKEY, simply type
  120.  
  121.       TTKEY
  122.  
  123. with no arguments.
  124.  
  125. The command line for using the conversion facilities of TTKEY has
  126. the form:
  127.  
  128.       TTKEY name [prefix]
  129.  
  130. The "name" string is used to construct input and output filenames
  131. with extensions of "TT" and "KEY", respectively.  Thus, the command
  132.  
  133.       TTKEY JONES
  134.  
  135. causes TTKEY to read a Tiny Tafel file called JONES.TT, and to write
  136. a corresponding keyword file called JONES.KEY.  Any surnames found
  137. in the JONES.TT file will be extracted and written to JONES.KEY, in
  138. a form such as:
  139.  
  140.       JONES
  141.       JONESES
  142.       SMITH
  143.       SMITHS
  144.  
  145. The optional "prefix" string can be used to prepend special characters
  146. such as the "!", "@", and "#" characters used by BlueWave.  Thus, a
  147. typical command line for producing a BlueWave keyword file might be
  148.  
  149.       TTKEY RAMSEY "#"
  150.  
  151. This would extract surnames from RAMSEY.TT and produce a keyword file
  152. of the form:
  153.  
  154.       #RAMSEY
  155.       #RAMSEYS
  156.       #HENSLEY
  157.       #HENSLEYS
  158.       #MADOLE
  159.       #MADOLES
  160.  
  161. A likely use of the TTKEY output file would be to place it in the
  162. BlueWave directory, changing its filename to KEYWORDS.BW.  A more
  163. sophisticated use would be to use it as a starting point for a
  164. KEYWORDS.BW file that also contains other special words or phrases
  165. of interest.  When the Tiny Tafel is updated, simply generate a new
  166. *.KEY file and use a text editor to insert it in the appropriate
  167. place in the KEYWORDS.BW file.
  168.  
  169.  
  170. ===== Packing List =====================================
  171.  
  172. As released by the author or publisher, this package contained the
  173. following files in addition to this VENDINFO.DIZ:
  174.  
  175.         Filename      Size     Date       Time     CRC32
  176.       READ_ME.1ST      171   6-Dec-1994  01:10a   F9D97F00
  177.       FILE_ID.DIZ      440   6-Dec-1994  01:10a   4D754534
  178.         TTKEY.EXE    12850   6-Dec-1994  01:10a   6877D059
  179.  
  180.  
  181. ===== Installation =====================================
  182.  
  183. Simply place TTKEY.EXE somewhere on your DOS path, or in the directory
  184. in which you keep your Tiny Tafel files.
  185.  
  186. See the "Read-Me" section, above, for information about the use of TTKEY.
  187.  
  188.  
  189. ===== Warranty =========================================
  190.  
  191. LIMITED WARRANTY
  192.  
  193. THIS SOFTWARE AND DOCUMENTATION ARE PROVIDED ON AN "AS IS" BASIS.
  194. RAMS' ISLAND SOFTWARE DISCLAIMS ALL WARRANTIES RELATING TO THIS
  195. SOFTWARE, WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  196. ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
  197. PURPOSE. NEITHER RAMS' ISLAND SOFTWARE NOR ANYONE ELSE WHO HAS BEEN
  198. INVOLVED IN THE CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE
  199. SHALL BE LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR INCIDENTAL
  200. DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE SUCH SOFTWARE,
  201. EVEN IF RAMS' ISLAND SOFTWARE HAS BEEN ADVISED OF THE POSSIBILITY OF
  202. SUCH DAMAGES OR CLAIMS.  THE PERSON USING THE SOFTWARE BEARS ALL RISK
  203. AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
  204.  
  205. This agreement shall be governed by the laws of the State of Colorado
  206. and shall inure to the benefit of Rams' Island Software and any
  207. successors, administrators, heirs and assigns.  Any action or
  208. proceeding brought by either party against the other arising out of or
  209. related to this agreement shall be brought only in a STATE or FEDERAL
  210. COURT of competent jurisdiction located in Douglas County, Colorado.
  211. The parties hereby consent to in personam jurisdiction of said courts.
  212.  
  213.  
  214. ===== License for Use and Distribution =================
  215.  
  216. LICENSE FOR USE AND DISTRIBUTION
  217.  
  218. The materials in this TTKEY package are copyrighted by Rams' Island
  219. Software, but may be used without payment.  This provision gives you the
  220. right to use the package freely, but does not give you the right to sell
  221. it or to alter it in any way.
  222.  
  223. This package may be distributed to others, provided the package is
  224. unaltered, any payment is clearly indicated as a copying fee, and no
  225. representation is made that rights to the package are being purchased.
  226. Any distribution for which payment is required, or which involves any
  227. alteration to the form or content of this package, is allowed only under
  228. the terms of the attached VENDINFO data record, which is hereby
  229. incorporated by reference.
  230.  
  231. All rights not expressly granted here are reserved to Rams' Island
  232. Software.
  233.  
  234.  
  235. ===== About VENDINFO Files =============================
  236.  
  237. Each VENDINFO.DIZ file contains extensive information about a product.
  238. This "human-readable" section is followed by a compressed data record
  239. useable by automated tools.  The data record allows BBSes and other
  240. distributors to automate package handling, and provides users with a
  241. wealth of product information.  VENDINFO tools (free viewer for users,
  242. free or inexpensive processors for distributors, editors for authors)
  243. are available from many sources, including the originators of VENDINFO:
  244.   Rams' Island Software    Voice: 303-841-2848  CompuServe: 76244,324
  245.   7644 E. Lakecliff Way      BBS: 303-841-6269     FidoNet: 1:104/333
  246.   Parker, CO 80134-5904 USA  FAX: 303-841-6269        RIME: 1235
  247.  
  248.  
  249. ===== Compressed Data Record Follows ===================
  250.  
  251. PK
  252. ▄bå·Dû┐£#    VENDDATA.*#&       -M-≈≈≈ù¡uJ4⌐SúO$XÉ,└Çå;÷>A∙╦∙à#σ<Γ≡'3╙î]å╘╗?╕sΦ╥┤èoñJui╤,╓ΦT╙║═█ÆjX│e┘é\Z6∩▌╖r╔é<Z╓mY╣aΘ(ò<ª╦ÿ0╘▀Θ█╗ ╧Ç╩eτé√û.ZÉsä╢.█░rAåu├{╕lδhn∙fz▀╞≤o═ >l█┤l≤étc8╫╗8±æ╖Ä▒▓É( 
  253. π1╨╣ï0N╬!▒áâ┤ròΓEv    ñ╨:c¥î[δ╘l╙╬Ñ╦▓í╧â±ÄùNç≈2▐╟óßδ,╝╦}█f╟S▐▀₧M;ª─s▄╖v⌐X∙≡ëA▄├Q>¼₧'σZ1╚╥ôkTσój≡Ü╨╡αS╚}Ék|IαÅ}δ╓Nü?▒/╟oO═▄y^ L╚╦≥/╟δy·0xƒÄ═> ä∩ΓªÇ╚▌¼[▄lAd╧iôΣ?═≥₧^σ╦▓H[B>┘║c¬▐Ω├ö{9╧ƒ τ≤d|╟╧XU¢≡Uε╥░°/â═Ç≡YM■&~ÖWn{W■ _óôa]╥₧îα├╓9£┐SÆpôñδÜ%╘9k╡ε▄ê═*²£Å≈f╪9⌐ZF/{5¼¥Ç]E7├╫╓>ΘΘ╬└W╛│
  254. a⌡Fî_&╦p\-σ▀ƒÖt.¢^;%÷t∩$┐ ÇG hA╤h\.(T@q╚
  255. P`îv╦
  256. ─O<─OÉ╠╠┤ù─'└sτµ÷╧═φ?Ç└ⁿ╠?Ç└6┼äá ▓!└ ╒Y╚Ç├╧$Ç└áâ²ÜjÆ°êöü¥gNJEÄê─═t⌐u╔µ    3)├Pqî≡P±o┌ñIdδ3sá ÿ ├: ab65█]^╬ûßCƒÉÄf╠Ö4[╓╠    ôåºXujÉùi┤├{&╠Ö-q╥î┘Rßq@3&Ö6e┌╠1IrJ±7╣PíS.µî±░|3╛,â╞?╦Ö2i╪>ª⌡i╛£9s1⌐ bDD≤╢pα┤^Nç÷.▌å4ª╠Ö5ÿ▄ ñ
  257. Θ"╠╣P╥▄┤8Rmå3┼┘µq    ·\¼4╖ √C║ê╟Y¥· 0w╓
  258. ìY√ ░úCΦ╢SΦ6εæòZ⌠╩áô≥^u    ú▐E≥iÉXwZf╠°áSí▓╙KM┌┤H%w┬╓╢Oµwiµ@`Ç≈╝α²o=PK
  259. ▄bå·Dû┐£#     VENDDATA.PK*µ